home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
sviewe42.lha
/
SuperViewEL
/
Scripts
/
LoadRequest.rx
< prev
next >
Wrap
Text File
|
1994-11-20
|
344b
|
20 lines
/*
$VER: LoadRequest.rx V3.2 (9.7.94)
© 1993-94 by Andreas R. Kleinert
This script demonstrates some kind of remote control of SuperView
by using SuperView's ARexxPort.
*/
address command
SuperView "-INSTALL_APPMENU=FALSE -INSTALL_APPICON=FALSE"
wait 3
address 'SuperView.rx' "OPEN_GUI"
address 'SuperView.rx' "REQUEST"
exit